From: Razvan Cojocaru Date: Fri, 12 Aug 2016 14:51:21 +0000 (+0200) Subject: vm_event: fix comment X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~566 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e567d6942544585d8ca1eeec16a5c63c956e5dbc;p=xen.git vm_event: fix comment There's no such thing as function vm_event_wake_waiters() anymore. Signed-off-by: Razvan Cojocaru --- diff --git a/xen/common/vm_event.c b/xen/common/vm_event.c index 941345b0c3..e2111c5a2f 100644 --- a/xen/common/vm_event.c +++ b/xen/common/vm_event.c @@ -255,7 +255,7 @@ static inline void vm_event_release_slot(struct domain *d, /* * vm_event_mark_and_pause() tags vcpu and put it to sleep. - * The vcpu will resume execution in vm_event_wake_waiters(). + * The vcpu will resume execution in vm_event_wake_blocked(). */ void vm_event_mark_and_pause(struct vcpu *v, struct vm_event_domain *ved) {